Handles creating, reading and updating organisations.

GET /api/organisation/ENS%20de%20Lyon/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 102,
    "name": "ENS de Lyon",
    "description": "Ecole Normale Supérieure de Lyon",
    "homepage": "https://www.ens-lyon.fr/",
    "orgid": null,
    "fields": [],
    "city": "Lyon",
    "logo_url": "https://www.ens-lyon.fr/themes/custom/ens_theme/logo.svg"
}